/adodb/adodb-csvlib.inc.php

Description
Functions
csv2rs (line 81)

Open CSV file and convert it into Data.

  • return: or false if error occured. If no error occurred in sql INSERT/UPDATE/DELETE, empty recordset is returned
recordset, &csv2rs (url $url, err &$err, [timeout $timeout = 0])
  • url $url: file/ftp/http url
  • err &$err: returns the error message
  • timeout $timeout: dispose if recordset has been alive for $timeout secs
rs2csv (line 27)

convert a recordset into CSV format

  • return: CSV formated data
the &rs2csv (rs &$rs, [mixed $conn = false], [mixed $sql = ''])
  • rs &$rs: the recordset

Documentation generated on Thu, 04 Sep 2008 16:14:36 +0400 by phpDocumentor 1.3.0RC3